github.com/andybalholm/brotli.Writer.tiny_buf_ (field)
6 uses
github.com/andybalholm/brotli (current package)
encode.go#L104: tiny_buf_ struct {
encode.go#L960: destination := s.tiny_buf_.u8[:]
encode.go#L1090: n := writeMetadataHeader(s, uint(s.remaining_metadata_bytes_), s.tiny_buf_.u8[:])
encode.go#L1091: s.writeOutput(s.tiny_buf_.u8[:n])
encode.go#L1105: copy(s.tiny_buf_.u8[:], (*next_in)[:c])
encode.go#L1109: s.writeOutput(s.tiny_buf_.u8[:c])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |